projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbfcb1d
)
(top-level): Move provide to end.
author
Glenn Morris
<rgm@gnu.org>
Tue, 4 Dec 2007 03:47:26 +0000
(
03:47
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 4 Dec 2007 03:47:26 +0000
(
03:47
+0000)
lisp/emulation/cua-gmrk.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/cua-gmrk.el
b/lisp/emulation/cua-gmrk.el
index 6dc4d179d3d611763ae10aa62209a5e792dc7e73..6211a3c315462c4cb5afe318595cc6117a658ea6 100644
(file)
--- a/
lisp/emulation/cua-gmrk.el
+++ b/
lisp/emulation/cua-gmrk.el
@@
-27,8
+27,6
@@
;;; Code:
-(provide 'cua-gmrk)
-
(eval-when-compile
(require 'cua-base)
(require 'cua-rect)
@@
-386,5
+384,7
@@
With prefix argument, don't jump to global mark when cancelling it."
(setq cua--global-mark-initialized t))
+(provide 'cua-gmrk)
+
;;; arch-tag: 553d8076-a91d-48ae-825d-6cb962a5f67f
;;; cua-gmrk.el ends here